home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / init4.h < prev    next >
Text File  |  1996-07-10  |  2KB  |  28 lines

  1. /* k 0050    12/09/90    */
  2. /* k 0119       08/02/91        */
  3. struct init4 {                      /* INITSELF format 4    */
  4.     unsigned char type;             /* LU type              *//* @0119 */
  5.     unsigned char queu;             /* queue condition      *//* @0119 */
  6.     unsigned char orig;             /* origin               *//* @0119 */
  7.     unsigned char noti;             /* notify condition     *//* @0119 */
  8.     char mod4[8];                   /* logon mode           */
  9.     unsigned char dlu4;             /* type LU              *//* @0119 */
  10.     unsigned char dnl4;             /* DLU name length      *//* @0119 */
  11.     char dn4[8];                    /* DLU name             */
  12.     char nod4[8];                   /* DLU node name        */
  13.     unsigned char ri4l;             /* REQ ID   length      *//* @0119 */
  14.     char ri4n[8];                   /* REQ ID               */
  15.     unsigned char pw4l;             /* PASSWORD length      *//* @0119 */
  16.     char pw4n[8];                   /* PASSWORD             */
  17.     unsigned char us4l;             /* user field length    *//* @0119 */
  18.     char us4n[23];                  /* user field           */
  19.     unsigned char ur4l;             /* URC length           *//* @0119 */
  20.     char ur4n[4];                   /* URC                  */
  21.     unsigned char ol4f;             /* OLU                  *//* @0119 */
  22.     unsigned char ol4l;             /* OLU name length      *//* @0119 */
  23.     char ol4n[8];                   /* OLU name             */    /* @0050 */
  24.     char onod4n[8];            /* Origin node name     */    /* @0050 */
  25.     unsigned char dar4;             /* DAF area addr        */  /* @0119 */
  26.     unsigned char oar4;             /* OAF area addr        *//* @0119 */
  27.              };
  28.